<div class="lilbox">
{(set: $text to "Hi welcome to the Mouse Cafe! My name is Lil like Lilac. What can I get
started for you today?")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
<div style="margin-top: 0.6em;"></div>|center>[ [[sandwich]]     [[wrap]]     [[soup]]     [[burger]] ]
(set:$Lilmad to false)
(set: $drink to 'none')(set: $chips to 'none')<div class="lilbox">
{(set: $text to "A sandwich? Sure, we have all sorts of sandwiches. Pick what you like off the menu. We can do it all!")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
(link-reveal-goto: "Cheese", "Order")[(set: $meal to 'cheese sandwich', $mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Cheese.png">')]    (link-reveal-goto: "Trash", "Order")[(set:$meal to 'trash sandwich', $mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Trash.png">')]    (link-reveal-goto: "Ham", "Order")[(set:$meal to 'ham sandwich',$mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Ham.png">')]
(link-reveal-goto: "Dandelion", "Order")[(set:$meal to 'dandelion sandwich', $mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Dandelion.png">')]    (link-reveal-goto: "Peanut", "Order")[(set:$meal to 'peanut sandwich', $mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Peanuts.png">')]    (link-reveal-goto: "French Fry", "Order")[(set:$meal to 'french fry sandwich', $mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Fries.png">')]    (link-reveal-goto: "Surprise", "Order")[(set:$meal to 'bread sandwich', $mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Bread.png">')]
<div class="lilbox">
{(set: $text to "A wrap? Sure, we have all sorts of wraps. Pick what you like off the menu. We can do it all!")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
(link-reveal-goto: "Cheese", "Order")[(set:$meal to 'cheese wrap', $mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Wrap.png">')]    (link-reveal-goto: "Trash", "Order")[(set:$meal to 'trash wrap', $mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Wrap.png">')]    (link-reveal-goto: "Ham", "Order")[(set:$meal to 'ham wrap',$mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Wrap.png">')]
(link-reveal-goto: "Dandelion", "Order")[(set:$meal to 'dandelion wrap',$mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Wrap.png">')]    (link-reveal-goto: "Peanut", "Order")[(set:$meal to 'peanut wrap',$mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Wrap.png">')]    (link-reveal-goto: "French Fry", "Order")[(set:$meal to 'french fry wrap',$mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Wrap.png">')]    (link-reveal-goto: "Surprise", "Order")[(set:$meal to 'surprise',$mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/Bug.png">')] <div class="lilbox">
{(set: $text to "Sorry, we dont have burgers. We arent allowed to do hot foods anymore because of
the hazards. Can I get you
something else instead?")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
[ [[sandwich]]     [[wrap]]     [[soup]]  
    [[I reeeeeally want a burger ->burger2]] ]
(set:$Lilmad to true)<div class="lilbox">
{(set: $text to "A soup? Sure, we have a house special soup. It's made daily! Would you like small or large?")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
 (link-reveal-goto: "Small", "Order")[(set:$meal to 'small soup',$mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/SmallSoup.png">')]    (link-reveal-goto: "Large", "Order")[(set:$meal to 'large soup',$mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/LargeSoup.png">')]
   [[What kind of soup is it?]]
<div class="lilbox">
(if: $meal is 'cheese sandwich')[{(set: $text to "Ok great you want a $meal? Good choice, that is my favorite! Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'ham sandwich')[{(set: $text to "Ok great you want a $meal? Ok, I think we have ham in the back somewhere! Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'trash sandwich')[{(set: $text to "Ok great you want a $meal? Yum yum! My mom invented that recipe. Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'dandelion sandwich')[{(set: $text to "Ok great you want a $meal? Great, we just picked some this morning! Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'peanut sandwich')[{(set: $text to "Ok great you want a $meal? You're not allergic or anything right? haha. Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'french fry sandwich')[{(set: $text to "Ok great you want a $meal? Oui oui, haha. Anyway. Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'bread sandwich')[{(set: $text to "A surprise eh? Um... Yeah. I think I can put something together for you. Hot or cold?")(set: $i to 0) |typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'surprise')[{(set: $text to "A surprise wrap... Yeah. I can figure something out I think. Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'small soup')[{(set: $text to "Ok great you want a $meal? Perfect for this weather! Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'large soup')[{(set: $text to "Great you want a $meal? Thats a lot of soup, do you want me to help you eat it? What? Anyway. Hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'cheese wrap')[{(set: $text to "You want a $meal? Nothing like the classics. Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else-if: $meal is 'trash wrap')[{(set: $text to "You want a $meal? I had one of those for lunch actually.. Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}](else:)[{(set: $text to "Ok great you want a $meal? Can do! Would you like that hot or cold?")(set: $i to 0)|typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1)(replace: ?typewriter)[(substring: $text, 1, $i)]](else:)[(stop:)]]]}]
</div>
(if:$Lilmad is true)[[[Hot please->hot mad]]](if:$Lilmad is false)[ [[Hot please]]]   [[Cold please]]<div class="lilbox">
{(set: $text to "Um... I think it's just soup. Sorry. I don't know what kinds of soup there are. Small or large?")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
(link-reveal-goto: "Small", "Order")[(set:$meal to 'small soup',$mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/SmallSoup.png">')]    (link-reveal-goto: "Large", "Order")[(set:$meal to 'large soup',,$mealpic to '<img src="https://sofecote.neocities.org/Mousecafe/LargeSoup.png">')]<div class="lilbox">
{(set: $text to "You can not have one! Pick something else!!!")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
<div style="margin-top: 0.6em;"></div>   [[sandwich]]   [[wrap]]   [[soup]]<div class="lilbox">
{(set: $text to "oh we cant do hot foods because of the hazards. yeah they almost shut us down last time. sorry...")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
[[ok cold is fine->Cold please]]
[[are you sure you cant just put it in the oven->hot mad]]<div class="lilbox">
{(set: $text to "ok good... wanna make it a combo by adding chips and soda?")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
(link-reveal-goto: "Combo Please", "order recieved")[(set: $chips to '<img src="https://sofecote.neocities.org/Mousecafe/Chips.png">', $drink to '<img src="https://sofecote.neocities.org/Mousecafe/Soda.png">')]   (link-reveal-goto: "Just water", "order recieved")[(set: $drink to '<img src="https://sofecote.neocities.org/Mousecafe/Water.png">')]
[[No thanks->order recieved]]
<div class="lilbox">
{(set: $text to "Ok! I will be back in a moment with your $meal!")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
[[ok]]
(if: $meal is 'ham sandwich')[[[...->ham fail]]](else-if: $meal is 'surprise')[[[...->ham fail]]](else:)[[[...->Order Up!]]]<div class="lilbox2">{(set: $text to "Order up! here is your $meal.
Enjoy!!!")(set: $i to 0) |typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[(set: $i to $i + 1) (replace: ?typewriter)[ (substring: $text, 1, $i) ]](else:)[(stop:)]]]}</div>
$mealpic(unless: $drink is 'none')[$drink](unless: $chips is 'none')[$chips][[thank you]]<div class="lilbox2">(if: $meal is 'ham sandwich')[{(set: $text to "
Sorry we ran out of ham.. I did my best with what I could find. Sorry again...")(set: $i to 0) |typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[ (set: $i to $i + 1) (replace: ?typewriter)[(substring: $text, 1, $i) ]](else:)[(stop:)]]]}](else-if: $meal is 'surprise')[{(set: $text to "
um.. I did my best. sorry.. I hope you like your surprise...")(set: $i to 0) |typewriter>[ ](live:.5s)[(stop:)(live: 10ms)[(if: $i < $text's length)[ (set: $i to $i + 1) (replace: ?typewriter)[(substring: $text, 1, $i) ]](else:)[(stop:)]]]}]
</div>   $mealpic (unless: $drink is 'none')[$drink](unless: $chips is 'none')[$chips]
[[thank you]]<div class="lilbox">
{(set: $text to "I said already that we cant do hot! Do not ask me again or you will see what happens to you! ")(set: $i to 0)
|typewriter>[ ]
(live:.5s)[(stop:)(live: 10ms)[
(if: $i < $text's length)[
(set: $i to $i + 1)
(replace: ?typewriter)[
(substring: $text, 1, $i)
]](else:)[(stop:)]]]}</div>
[[ok ok cold is fine->Cold please]] game over.. [[play again->start]]?